home *** CD-ROM | disk | FTP | other *** search
/ Core Concepts in Art 2 / Core Concepts in Art (Frames of Reference)(The McGraw-Hill Companies)(2004).iso / mac / media / quiz.swf / scripts / DefineButton2_135 / BUTTONCONDACTION on(release).as next >
Text File  |  2003-10-12  |  223b  |  8 lines

  1. on(release){
  2.    _parent.quiz1_mc.dot_mc._y = 129;
  3.    _parent.quiz1_mc.random2_mc._alpha = 50;
  4.    _parent.quiz1_mc.random2_btn._visible = 0;
  5.    _parent.lessThanFive = _parent.lessThanFive + 1;
  6.    this._visible = 0;
  7. }
  8.